<xs:complexType name="TotalPriceType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:choice>
<xs:element name="ServicePrice" type="CommonTotalServicePriceType" nillable="true" />
<xs:element name="ServiceTypePrice" type="CommonTotalServiceTypePriceType" nillable="true" />
<xs:element name="TravellerPrice" type="CommonTotalTravellerPriceType" nillable="true" />
<xs:element name="BookingPrice" type="CommonTotalBookingPriceType" nillable="true" />
</xs:choice>
</xs:sequence>
</xs:complexType> |